HsApplication 
Logical Entity Name  HsApplication 
Default Table Name  HsApplication 
Physical Only  NO 
Definition 
 
Note 
 

HsApplication Columns 
ColumnName  Domain  Datatype  NULL  Definition 
HsApplicationID(PK)    int  NO 
 
Code    char(8)  NO 
 
Descrip    varchar(500)  NO 
 
Active    bit  NO 
 
DepositeRequired    bit  NO 
 
DepositeAmount    money  YES 
 
SaSubsidiaryID(FK)    int  YES 
 
HousingFeeRequired    bit  NO 
 
HousingFee    money  YES 
 
SaBillCodeID(FK)    int  YES 
 
SyCampusGrpID    int  NO 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
Ts    timestamp  NO 
 
HousingFeeSubsidiaryID(FK)    int  YES 
 

HsApplication Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_HsApplication_HsApplicationID  PrimaryKey  HsApplicationID 

HsApplication Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SaSubsidiary  Non-Identifying  Zero or One to Zero or More  FK_HsApplication_HousingFeeSubsidiaryID_SaSubsidiary_SaSubsidiaryId      HousingFeeSubsidiaryID  NO  YES 
SaBillCode  Non-Identifying  Zero or One to Zero or More  FK_HsApplication_SaBillCodeID_SaBillCode_SaBillCodeID      SaBillCodeID  NO  YES 
SaSubsidiary  Non-Identifying  Zero or One to Zero or More  FK_HsApplication_SaSubsidiary_SaSubsidiary_SaSubsidiaryID      SaSubsidiaryID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_HsApplication_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
HsApplicationQuestion  Non-Identifying  One To Zero or More  FK_HsApplicationQuestion_HsApplicationID_HsApplication_HsApplicationID        NO  YES 
HSRoomMateMatch  Non-Identifying  One To Zero or More  FK_HSRoomMateMatch_HsApplicationID_HsApplication_HsApplicationID        NO  YES 
HsStudentApplication  Non-Identifying  One To Zero or More  FK_HsStudentApplication_HsApplicationID_HsApplication_HsApplicationID        NO  YES 

HsApplication Check Constraints 
Check Constraint Name  CheckConstraint